home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
grafik
/
3d & render tools
/
irit
/
man
/
man6
/
sraise.6
< prev
next >
Wrap
Text File
|
1996-07-16
|
693b
|
24 lines
.TH SRAISE
6 "IRIT Version 6.0"
.SH NAME
SRAISE
SurfaceType SRAISE( SurfaceType Srf, ConstantType Direction,
NumericType NewOrder )
Raises Srf to the specified NewOrder in the specified
Direction.
Example:
Srf = ruledSrf( cbezier( list( ctlpt( E3, -0.5, -0.5, 0.0 ),
ctlpt( E3, 0.5, -0.5, 0.0 ) ) ),
cbezier( list( ctlpt( E3, -0.5, 0.5, 0.0 ),
ctlpt( E3, 0.5, 0.5, 0.0 ) ) ) );
Srf = SRAISE( SRAISE( Srf, ROW, 3 ), COL, 3 );
constructs a bilinear flat ruled surface and raises both its directions to be
a bi-quadratic surface.